type github.com/aws/aws-sdk-go-v2/service/internal/s3shared.arnResourceKey

3 uses

	github.com/aws/aws-sdk-go-v2/service/internal/s3shared (current package)
		arn_lookup.go#L55: type arnResourceKey struct{}
		arn_lookup.go#L62: 	return middleware.WithStackValue(ctx, arnResourceKey{}, value)
		arn_lookup.go#L71: 	v, ok := middleware.GetStackValue(ctx, arnResourceKey{}).(arn.ARN)